runtime.workType.pauseStart (field)
9 uses
runtime (current package)
mgc.go#L421: pauseStart int64 // nanotime() of last STW
mgc.go#L683: work.pauseStart = now
mgc.go#L750: work.pauseNS += now - work.pauseStart
mgc.go#L752: memstats.gcPauseDist.record(now - work.pauseStart)
mgc.go#L873: work.pauseStart = now
mgc.go#L903: work.pauseNS += now - work.pauseStart
mgc.go#L904: memstats.gcPauseDist.record(now - work.pauseStart)
mgc.go#L1018: work.pauseNS += now - work.pauseStart
mgc.go#L1020: memstats.gcPauseDist.record(now - work.pauseStart)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |